home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / xtras / media_la / set_fx.dir / 00187_Script_Lingo To Clipboard Button < prev    next >
Text File  |  1998-01-20  |  221b  |  9 lines

  1. on mouseDown
  2.   global fxTrackingObj, fxCurObj
  3.   if buttonHandler() then
  4.     if objectP(fxTrackingObj) then
  5.       puppetSound 1, "Camera Click"
  6.       LingoToClipboard(fxTrackingObj,fxCurObj)
  7.     end if
  8.   end if
  9. end